The Official Ubuntu Server Book (3rd Edition) by Rankin Kyle & Hill Benjamin Mako
Author:Rankin, Kyle & Hill, Benjamin Mako [Rankin, Kyle]
Language: eng
Format: epub, pdf
Publisher: Pearson Education
Published: 2013-07-12T00:00:00+00:00
Restore MySQL Backups
A backup isn’t much use if you can’t restore from it. To restore a backup on MySQL, use the mysql command-line tool and point it at your backup. For instance, to back up the test database to test_backup.sql, you would type
$ mysql test < test_backup.sql
If instead you were backing up a number of databases, just type
$ mysql < multiple_database_backup.sql
To restore all databases, you need to log in as the root user. Of course, you are a secure MySQL administrator and have set a root password, so you must use the -p option (unless you set up a .my.cnf file, in which case you can leave out -p):
$ mysql -u root -p < all_databases.sql
Download
The Official Ubuntu Server Book (3rd Edition) by Rankin Kyle & Hill Benjamin Mako.pdf
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7771)
Filmora Efficient Editing by Alexander Zacharias(5844)
The Infinite Retina by Robert Scoble Irena Cronin(5321)
Learn Wireshark - Fundamentals of Wireshark. by Lisa Bock(4011)
Linux Device Driver Development Cookbook by Rodolfo Giometti(3939)
Edit Like a Pro with iMovie by Regit(3459)
Linux Administration Best Practices by Scott Alan Miller(2863)
Linux Command Line and Shell Scripting Techniques by Vedran Dakic & Jasmin Redzepagic(2839)
MCSA Windows Server 2016 Study Guide: Exam 70-740 by William Panek(2528)
Mastering PowerShell Scripting - Fourth Edition by Chris Dent(2430)
Docker on Windows by Stoneman Elton(2322)
Kali Linux - An Ethical Hacker's Cookbook: End-to-end penetration testing solutions by Sharma Himanshu(2317)
Creative Projects for Rust Programmers by Carlo Milanesi(2277)
Hands-On AWS Penetration Testing with Kali Linux by Karl Gilbert(2115)
Hands-On Linux for Architects by Denis Salamanca(2056)
Programming in C (4th Edition) (Developer's Library) by Stephen G. Kochan(2010)
Computers For Seniors For Dummies by Nancy C. Muir(2008)
The Old New Thing by Raymond Chen(1942)
Linux Kernel Debugging by Kaiwan N Billimoria(1767)
